home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
CLASSSRC.PAK
/
CASTABLE.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
533b
|
24 lines
//----------------------------------------------------------------------------
// Borland Class Library
// Copyright (c) 1993, 1997 by Borland International, All Rights Reserved
//
//$Revision: 5.8 $
//
// RTTI replacement class
//----------------------------------------------------------------------------
#include <classlib/pch.h>
#include <classlib/objstrm.h>
TStreamableBase::~TStreamableBase()
{
}
#if defined(BI_NO_RTTI)
void *TStreamableBase::FindBase( Type_id ) const
{
return 0;
}
#endif